@charset "utf-8";
/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, p, blockquote, th, td{
  padding:0;
  margin:0;
}
.clearfix{zoom:1;}
.clearfix:after{ content:'*'; height:0; display:block; visibility:hidden; clear:both;}
.clearfix:after { clear: both;}
body {
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #404040;
  background-color: #fff;
}
ol,ul{ list-style:none}
a,button,input,textarea { outline: none;}
input,textarea { box-shadow: none;}
a { 
	text-decoration: none; 
	color: #404040;
}
a:hover{ color:#0033FF}

button,
button:active {
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
img { border: none;}
.clear{ clear:both; }

.neirong{ width:1200px; margin:0 auto;}
.logo{ width:470px; float:left; padding-bottom:10px;}
nav{ float:left; width:730px; height:80px;}
nav ul{ float:left; padding-top:10px; padding-left:10px;}
nav h2{float:left;width:20px;font-size:18px;text-align:left;font-family:"微软雅黑","黑体";font-weight:bold; line-height:20px; margin:10px 20px;}
nav h2 a{text-decoration:none;}
nav li{ line-height:26px; width:85px; float:left;}

/* 搜索框  */
.sousuo{float:left;width:550px; margin-left:30px; padding-top:25px;}
.tsinput{ height:22px; float:left; width:350px; font-size:14px; border:1px solid #c1c1c1; padding: 6px 12px;}
.so_btn{float:left;width:66px;height:36px;cursor:pointer;border:none; background:url(images/so_btn.jpg) no-repeat;}
.so_mo{ float:right; width:30px;line-height:20px; font-size:12px;}
.so_mo a{ color:#015699;}
#cutnav{height:45px;margin-left:5px; margin-top:15px;}
#cutnav ul{position:absolute;z-index:1;background:#fff;}
#cutnav h3{ font-size:16px; font-weight:bold; color:#333; padding-left:2px;}
#cutnav .fout{ font-size:12px;}
.cutlist a:link{color:#333;text-decoration:none;}
.cutlist a:visited{color:#333;text-decoration:none;}
.cutlist a:hover{color:white;text-decoration:none;background:#07426a;padding:3px 10px 3px 10px;width:70px;}
.cutlist a:active{color:white;text-decoration:none;background:#07426a;padding:3px 10px 3px 10px;width:70px;}
.cutlist {line-height:30px;text-align:center;font-weight:normal;font-size:12px;border:1px solid #07426a;}
.cutmenu1{width:70px;height:auto;cursor:hand;overflow-y:hidden;font-size:14px;background:url(fz_ico.jpg) 45px 2px no-repeat; text-align:left;line-height:20px;}
.cutmenu2{width:70px;height:35px;overflow-y:hidden;cursor:hand; font-size:14px;background:url(fz_ico.jpg) 45px 2px no-repeat;text-align:left; line-height:20px;}
.sonav select{width:66px;height:35px;z-index:99;float:left;font-size:14px;border:1px solid #c1c1c1;}
.sonav{width:66px;height:35px;float:left;font-size:14px;}
.tsolist{line-height:28px;text-align:left;padding-top:7px;font-weight:normal;font-size:14px; padding-bottom:5px;}
.fanhui { float:left; padding-top:30px;  }
.fanhui a{ color:#00F;display:block;}

/* 百叶窗banner */
/*=========mF_liuzg ========*/
.mychgPic {
	width: 100%;
	height: 340px;
	margin: 0 auto;
}
.mF_liuzg {
	position: relative;
	width: 100%;
	height: 340px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva;
	background: #fff;
}
.mF_liuzg .loading {
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
	color: #666;
	text-align: center;
	padding-top: 90px;
}/*载入画面*/
.mF_liuzg .pic li {
	width: 100%;
	position: relative;
	overflow: hidden;
*margin-top:-2px;
}
.mF_liuzg .pic li p {
	width: 100%;
	position: absolute;
}
.mF_liuzg .pic li p a {
	display: block;
}/*图片和焦点图框架一样大小*/
.mF_liuzg .pic li p img {
	width: 100%;
	height: 340px;
}
.mF_liuzg .txt li {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	height: 36px;
	line-height: 34px;
	overflow: hidden;
	display: none;
}
.mF_liuzg .txt li a {
	display: block;
	color: #fff;
	padding: 2px 0 0 16px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}/*标题样式*/
.mF_liuzg .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 450px;
	height: 36px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=0);
	opacity: 0;
}/*标题背景*/
.mF_liuzg .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 28px;
	color: #333;
}/*按钮样式*/
.mF_liuzg .num li {
	float: left;
	width: 22px;
	height: 18px;
	position: relative;
	border: 1px solid #FFF;
	line-height: 18px;
	text-align: center;
	margin-right: 3px;
	cursor: pointer;
	background: #000;
	filter: alpha(opacity=90);
	opacity: 0.9;
	color: #FFF;
}
.mF_liuzg .num li.current, .mF_liuzg .num li.hover {
	background: #A61814;
	color: #fff;
	font-weight: bold;
}
/* 焦点图结束 */

/* 焦点图结束 */
.sczx a span{ font-size:16px; padding:15px; display:block; float:left;}
.top{ width:300px; 1px solid; height:50px; border-bottom:1px #ccc solid; }
.top h2 { border-bottom:2px #194f95 solid; width:100px; padding-left:25px; font-weight:bold; background:url(images/ticons-1.png) no-repeat 0 center ;}
.top h2 a{line-height:50px; font-size:18px;}
.ptop{ width:300px; 1px solid; height:50px; border-bottom:1px #ccc solid; }
.ptop h2 { border-bottom:2px #194f95 solid; width:100px; padding-left:25px; font-weight:bold; background:url(images/ticons-5.png) no-repeat 0 center ;}
.ptop h2 a{line-height:50px; font-size:18px;}
.topcz{ width:300px; 1px solid; height:50px; border-bottom:1px #ccc solid; }
.topcz h2 { border-bottom:2px #194f95 solid; width:100px; padding-left:25px; font-weight:bold; background:url(images/ticons-12.png) no-repeat 0 center ;}
.topcz h2 a{line-height:50px; font-size:18px;}
.topfw{ width:300px; 1px solid; height:50px; border-bottom:1px #ccc solid; }
.topfw h2 { border-bottom:2px #194f95 solid; width:100px; padding-left:25px; font-weight:bold; background:url(images/ticons-6.png) no-repeat 0 center ;}
.topfw h2 a{line-height:50px; font-size:18px;}

.left {width:300px; float:left}

.czsz ul{ margin-top:10px;}
.czsz li{ line-height:30px; font-size:16px; width:300px;}
.czsz li a,.czsz li span{ margin:0 10px; display:block; float:left;}

.center{ width:450px; float:left; padding-left:20px;}
.zhuzdc{ margin-left:20px;}
.ctop{ width:400px; 1px solid; height:50px; border-bottom:1px #ccc solid; background:url(images/ticons-4.png) no-repeat 0 center;}
.ctop h2{ border-bottom:2px #194f95 solid; line-height:50px; font-size:18px; width:100px; padding-left:25px; font-weight:bold; }
.redian{ width:400px;}
.redian img{ float:left; width:140px; margin-right:10px;}
.redian a{ margin:10px; display:block; line-height:30px;}
.zhuzdc ul{ width:395px;}
.zhuzdc li{ line-height:28px;}
.right{ width:420px; float:right;}
.rtop{ width:400px; 1px solid; height:50px; border-bottom:1px #ccc solid; }
.rtop h2{ border-bottom:2px #194f95 solid; line-height:50px; font-size:18px; width:130px; padding-left:25px; font-weight:bold;  background:url(images/ticons-3.png) no-repeat 0 center ;}
.shouxi{ width:400px;}
.shouxi a img{float:left; width:140px; margin:10px;}
.shouxi p{ margin:10px; display:block; line-height:28px;}
.shouxi p a{ color:#FF0000; float:right;}
.shouxi ul{ margin:0 20px;}
.shouxi li{ background:#194f95; float:left; margin:10px;}
.shouxi li a{ font-size:18px; color:#FFFFFF; display:block; padding:10px 35px;; font-weight:bold;}
.zhao{ width:300px; 1px solid; height:50px; border-bottom:1px #ccc solid; }
.zhao a{ float:right;line-height:50px; color:#194f95; font-weight:bold; font-size:14px;}
.zhao h2 a{ border-bottom:2px #194f95 solid; line-height:50px; font-size:18px; width:80px; padding-left:25px; font-weight:bold; float:left;  background:url(images/ticons-2.png) no-repeat 0 center ;}
.topch{ width:300px; 1px solid; height:50px; border-bottom:1px #ccc solid; }
.topch a{ float:right;line-height:50px; color:#194f95; font-weight:bold; font-size:14px;}
.topch h2 a{ border-bottom:2px #194f95 solid; line-height:50px; font-size:18px; width:80px; padding-left:25px; font-weight:bold; float:left;  background:url(images/ticons-7.png) no-repeat 0 center ;}
.topsj{ width:300px; 1px solid; height:50px; border-bottom:1px #ccc solid; }
.topsj a{ float:right;line-height:50px; color:#194f95; font-weight:bold; font-size:14px;}
.topsj h2 a{ border-bottom:2px #194f95 solid; line-height:50px; font-size:18px; width:80px; padding-left:25px; font-weight:bold; float:left;  background:url(images/ticons-8.png) no-repeat 0 center ;}
.xmlist_n{ background:#f3f3f3; height:35px; line-height:35px;}
.xmlist_n span{ font-size:14px;font-family:"微软雅黑","黑体";font-weight:bold;}
.xmlist_n .xmm{ margin-left:0px;}
.xmlist_n .xcc{ margin-left:40px;}
.xmlist_n .xmj{ margin-left:25px;}
.xmlist_n .xlx{ margin-left:32px;}
.xmlist_n .xky{ margin-left:52px;}


.xmlist{height:29px;line-height:29px;overflow:hidden;}
.xmlist .xmm{width:100px;font-size:14px;float:left;height:29px;line-height:29px;overflow:hidden; padding-right:5px;}
.xmlist .xcc{width:49px;float:left;height:29px;line-height:29px; overflow:hidden;}
.xmlist .xmj{width:80px;float:left;height:29px;line-height:29px; overflow:hidden;}
.xmlist .xlx{width:60px;float:left;height:29px;line-height:29px; overflow:hidden;}
.xmlist .xky{width:60px;float:left;height:29px;line-height:29px; overflow:hidden; padding-left:20px;}

ul.cehua{ margin-top:10px;}
 ul.cehua li a{line-height:32px;}
 
 .xmlist_n{ background:#f3f3f3; height:35px; line-height:35px;}
.xmlist_n span{ font-size:14px;font-family:"微软雅黑","黑体";font-weight:bold;}
.xmlist_n .ppmc{ margin-left:0px;}
.xmlist_n .ytyt{ margin-left:30px;}
.xmlist_n .mjxq{ margin-left:30px;}
.xmlist_n .hzq{ margin-left:32px;}
.xmlist_n .hzq{ margin-left:32px;}

.xmlist .ppmc{width:80px;font-size:14px;float:left;height:29px;line-height:29px;overflow:hidden; padding-right:5px;}
.xmlist .ytyt{width:62px;float:left;height:29px;line-height:29px; overflow:hidden;}
.xmlist .mjxq{width:90px;float:left;height:29px;line-height:29px; overflow:hidden;}
.xmlist .hzq{width:80px;float:left;height:29px;line-height:29px; overflow:hidden;}
.xmlist .xky{width:60px;float:left;height:29px;line-height:29px; overflow:hidden; padding-left:20px;}

.guanggao{margin-left:20px;}
ul.dttop li{ float:left; padding:8px 20px;; border:1px #194f95 solid; margin:6px; }
ul.dtlist{ margin-left:20px; width:380px;}
ul.dtlist li{ line-height:28px;}

.zhice ul img{ float:left; margin:20px; display:block;} 

ul.book li{ float:left; width:180px; line-height:32px;}
ul.book{ margin-left:40px; margin-top:10px;}


/*底部*/
.footer {
	background: url(../new/images/index_F1.jpg) repeat-x left top;
	height: 260px;
	width: 100%;
	margin-top: 50px;
}
.footer a:hover {
	color: #FF0000;
}
.footer .fyuan {
	margin: 0 auto;
	width: 1000px;
}
.footer .fyuan a {
	display: inline-block;
}
.footer .fyuan .yuanquan {
	width: 440px;
	height: 61px;
	float: left;
	margin-left: 295px;
}
.footer .fyuan .yuanquan a {
	width: 58px;
	height: 58px;
	display: block;
	float: left;
	margin: 0 10px;
	border-radius: 70px;
	border: 2px solid #fff;
}
.dd {
	background: #333 url(../new/images/dd.png) center no-repeat;
}
.dd:hover {
	background: #9d720c url(../new/images/dd.png) center no-repeat;
}
.qq {
	background: #333 url(../new/images/qq.png) center no-repeat;
}
.qq:hover {
	background: #3677e3 url(../new/images/qq.png) center no-repeat;
}
.yx {
	background: #333 url(../new/images/yx.png) center no-repeat;
}
.yx:hover {
	background: #f9a143 url(../new/images/yx.png) center no-repeat;
}
.wb {
	background: #333 url(../new/images/wb.png) center no-repeat;
}
.wb:hover {
	background: #e53939 url(../new/images/wb.png) center no-repeat;
}
.wx {
	background: #333 url(../new/images/wx.png) center no-repeat;
}
.wx:hover {
	background: #13bd77 url(../new/images/wx.png) center no-repeat;
}
.gototop a {
	background: #6e6e6e url(../new/images/gotoTop.png) center no-repeat;
	display: block;
	width: 53px;
	height: 53px;
	float: right;
	border-radius: 70px;
	border: 2px solid #fff;
}
.fr{ float:right;}
.gototop a:hover {
	background: #2a7cc4 url(../new/images/gotoTop.png) center no-repeat;
}
.footer .foot {
	width: 1000px;
	margin: 10px auto;
}
.footer .foot a {
	color: #d8d8d8;
}
.footer .foot h1 {
	color: #d8d8d8;
	font-size: 24px;
	text-align: center;
	line-height: 34px;
}
.bmjg {
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
}
.bmjg a {
	color: #d8d8d8;
	float: right;
	font-size: 14px;
}
.fenge3 {
	float: right;
	display: inline;
	width: 1px;
	height: 14px;
	overflow: hidden;
	background: none repeat scroll 0% 0% #d8d8d8;
	margin: 4px 10px 0px;
}

.black_overlay {
	display: none;
	position: absolute;
	z-index: 1001;
}
.white_content {
	display: none;
	width: 250px;
	height: 210px;
	float: right;
	position: absolute;
	left: 680px;
	z-index: 1002;
	overflow: auto;
}
.white_content img {
	width: 200px;
	height: 200px;
}
.white_content a {
	top: 3px;
	position: absolute;
	right: 53px;
}
.white_content a img {
	width: 15px;
	height: 15px;
}

.lmdh {
	margin: 10 auto;
	text-align: center;
}
.lmdh a {
	font-size: 16px;
	line-height: 30px;
	margin: 0 2px;
}
.lmdh span {
	color: #d8d8d8;
	font-size: 14px;
	line-height: 30px;
}
.fwlx {
	text-align: center;
	margin: 0 auto;
}
.fwlx a {
	font-size: 14px;
	line-height: 28px;
	color: #d8d8d8;
}
.fwlx span {
	font-size: 14px;
	line-height: 28px;
	color: #d8d8d8;
}
.bmz {
	text-align: center;
}
.bmz span {
	font-size: 14px;
	color: #d8d8d8;
	line-height: 30px;
	text-align: center;
}
.bmz span strong {
	font-size: 22px;
	color: #FF0000;
}
.copy {
	width: 100%;
	height: 30px;
	text-align: center;
	background:#000000;
}
.copy span {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 30px;
}
.ipt {
	border: solid 1px #d2d2d2;
	border-left-color: #ccc;
	border-top-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 #f8f8f8;
	background-color: #fff;
	padding: 4px 6px;
	height: 21px;
	line-height: 21px;
	color: #555;
	width: 180px;
	vertical-align: baseline;
}
.ipt-mini {
	width: 140px;
	padding: 1px 3px;
}
.ipt:focus {
	border-color: #95C8F1;
	box-shadow: 0 0 4px #95C8F1;
}

.lright{ margin-left:20px; float:right; width:400px;}
.banquan{ width:1100px; text-align:center; margin:0 auto;}
.banquan span{ color:#888; font-size:12px; line-height:20px; text-align:center}

.zixun_pane { width:760px; float:left;}
.zixun_pane>section {overflow: auto;}
.zixun_pane .box { margin-bottom: 25px;}
  .zixun_pane .box .img_link,
  .zixun_pane .box .img_link>img {
    width: 170px;
    height: 110px;
  }
  .zixun_pane .box .img_link {
    float: left;
    margin-right: 45px;
    position: relative;
    overflow: hidden;
  }
  /*图片定位，放大时保持居中，动画*/
  .zixun_pane .box .img_link>img {
    position: absolute;
    transform: scale(1);
    -webkit-transition: transform 1s ease;
       -moz-transition: transform 1s ease;
            transition: transform 1s ease;
  }
  /*鼠标移上去变大*/
  .zixun_pane .box .img_link:hover img { transform: scale(1.1);}
  .zixun_pane .box .text { width: 780px;}
  .zixun_pane .box .text>h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .zixun_pane .box .text>h2>a { display: inline;}
  .zixun_pane .box .text>p {
    font-size: 14px;
    line-height: 20px;
    color: #888;
    margin-bottom: 30px;
  }
  .zixun_pane .labels { 
    height: 22px;
    font-size: 0;
    overflow: hidden;
  }
  .zixun_pane .labels .label_border+.label_border { margin-left: 10px;}
  .zixun_pane .labels .label_border .author_img {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .zixun_pane .labels .time {
    font-size: 12px;
    color: #b7b7b7;
    margin-left: 20px;
  }
  .zixun_pane .labels span {
    font-size: 12px;
    color: #F00
    margin-left: 20px;
  }
  .label_border{color: #b7b7b7}
  .kg { color: #194F95;;}
  .kr {
    font-weight: bold;
    color: #ec4445;
  }

/*数据模块*/
.border_module.shju { margin-bottom: 30px;}

.border_module { margin-bottom: 20px;}

/*news_list.html 加载更多按钮*/
.add-btn {
  width:100%;
  height: 44px;
  margin-top: 5px;
  margin-bottom: 60px;
  font-size: 16px;
  background-color: #eee;
}
.add-btn a{ line-height:44px;
 text-align:center;
  margin:0 auto;
  display:block;
  color: #b3b3b3
	}
	.page_lists { margin:0 auto;}
	.page_lists li { float:left; list-style:none;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
.page_lists {
    text-align: center;
}

.list_nav {
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
      border: 1px solid #eee;
    position: relative;
	padding-left:40px;
}
.list_nav a{line-height:50px}
ul.xinxin { width:580px;}
.xinxi li{float: left;
    width: 280px;
    margin-bottom: 3px;}
.xinxi .xinxi556{width:560px; height:20px; overflow:hidden;}
.xinxi .xinxi556 a{color: #aaa;}
.colora {
    color: #aaa;
}
.shijian{ display: block; width:200px; float:left;}

.breadcrumb{width:760px; 1px solid; height:50px; border-bottom:1px #ccc solid; margin-bottom:20px;}
.breadcrumb  a{ line-height:50px; color:#194f95; font-weight:bold; font-size:14px;}

.czszr ul{ margin-top:10px;}
.czszr li{ line-height:30px; font-size:16px; width:400px;}
.czszr li a,.czsz li span{ margin:0 10px; display:block; float:left;}
.zhaor{ width:400px; 1px solid; height:50px; border-bottom:1px #ccc solid; }
.zhaor a{ float:right;line-height:50px; color:#194f95; font-weight:bold; font-size:14px;}
.zhaor h2 a{ border-bottom:2px #194f95 solid; line-height:50px; font-size:18px; width:80px; padding-left:25px; font-weight:bold; float:left;background:url(images/ticons-2.png) no-repeat 0 center ;}

  /*标题*/
.page header h1 {
  padding: 5px 0;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
.page>header>.info span,
.page>header>.info span>a {
  display: inline;
  font-size: 14px;
  color: #9f9f9f;
}
.page>header>.info span { margin-right: 15px;}
.page>header>.info span.origin { margin-right: 5px;}
.page>header>.info span.didian { width:200px; display:block; float:left; color:#f00; font-weight:bold;}

  /*正文*/
.page>section { padding:36px 0;}
.page>section>p,
.page>section>h1,
.page>section>h2,
.page>section>h3,
.page>section>h4,
.page>section>h5,
.page>section>h6 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
  text-align: justify;
}
.page>section>p.bottom {
  font-size: 16px;
  height: 56px;
  padding: 10px 0;
}
.page>section span {
  font-size: 18px;
  line-height: 30px;
}
.page>section>p { text-indent: 2em;}
.page>section>p a { color: #00bbbe;}
.page>section em.imgalt {
  font-family: 'simsun';
  font-size: 14px;
  color: #888;
}

.page img{ max-width:100%;}
.jianjie{width:100%; margin:0; padding:0;}
  .jianjie img{float:left; width:360px;}
  .jieshao{ float:left; width:360px; margin-left:30px;}
  .jieshao li{ list-style: none; line-height:40px; font-size:14px;}
  .line{ margin:0; padding:0;
  border-bottom: 1px solid #eee; margin-bottom:10px;}
  .xiangqing{ width::740px; margin:0 auto; margin-top:10px;word-wrap: break-word;
word-break: normal; overflow: auto;}
   .xiangqing p{ font-size: 18px;
     line-height: 30px;}
  .xiangqing span{
	 font-size: 18px;
     line-height: 30px;
     margin-bottom: 24px;
     text-align: justify;}
	 
	.p4-title {
	width: 400px;
	height: 25px;
	margin-top:20px;
	border-bottom: 1px dashed #b0b0b0;}
 .p4-title h2 {
	float: left;
	font-size: 18px;
	width: 107px;
	padding-bottom: 5px;
	margin-left: 10px;
	display: inline-block;
	line-height:25px;
}
.p4-title span{
 float: left;
    display: inline-block;
   line-height:25px;
    padding-bottom: 5px;
    color: #a7d1f6;
    font-size: 22px;
}
.p4-title img {
	width: 73px;
	height: 24px;
		float: right;
}
.news-list li a {
	color: #333;
	display: inline-block;
	float: left;
	width: 320px;
	overflow: hidden;
	padding-left: 15px;
	background: url(../new/images/li.gif) no-repeat left center;
}

.news-list span {
	float: right;
	color: #999;
}

/*侧边栏*/
.slider {
	position: fixed;
	left: 0;
	top: 150px;
	z-index: 999;
}
.slider ul li {
	width: 80px;
	height: 80px;
	background: #4664ff;
	border-top: 1px solid #fff;
}
.slider ul li a {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: #003b6f;
}
.slider ul li a:hover {
	background: #4664ff;
}
.slider ul li a>div {
	text-align: center;
	padding-top: 10px;
}
.slider ul li a p {
	color: #fff;
	text-align: center;
	line-height: 25px;
}/* 代码整理：懒人之家 www.lanrenzhijia.com */
.theme-buy {
	margin-top: 10%;
	text-align: center;
}
.theme-gobuy, .theme-signin {
	font-size: 15px;
}
.theme-price {
	position: relative;
	bottom: -6px;
	font-family: microsoft yahei, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	font-weight: bold;
	color: #f60;
	line-height: 32px;
	font-size: 24px;
	display: inline-block;
}
.theme-price dfn {
	font-style: normal;
	font-size: 18px;
	margin-right: 2px;
}
.theme-desc {
	padding: 30px;
}
.theme-version {
	padding: 30px;
}
.theme-popover-mask {
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0.6;
	filter: alpha(opacity=60);
	display: none
}
.theme-popover {
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 300px;
	margin: -160px 0 0 -150px;
	border: solid 8px #e1e1e1;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 10px #666;
}
.theme-poptit {
	padding: 12px;
	position: relative;
}
.theme-poptit .close {
	float: right;
	color: #999;
	padding: 5px;
	margin: -2px -5px -5px;
	font: bold 14px/14px simsun;
	text-shadow: 0 1px 0 #ddd
}
.theme-poptit .close:hover {
	color: #444;
}
.theme-popbod {
	padding: 0 20px;
	margin-top: 20px;
}
.theme-popbod p {
	line-height: 35px;
}
.theme-popbod p.tel-number {
	font-size: 36px;
	color: #003b6f;
	height: 48px;
}
.theme-popbod p.zx a {
	display: inline-block;
	width: 280px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #003b6f;
	margin-bottom: 10px;
}
.theme-popbod p.zx a:hover {
	background: #4664ff;
}

.input-group {
    display: table;
    border-collapse: separate;
	position: relative;
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	box-sizing: border-box;
}
.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 36px;
	margin-right: -1px;
	margin-left: 0;
}
.btn.default {
    color: #fff!important;
    background-color: #40aae2!important;
    border-color: #40aae2!important;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 0 12px;
    font-size: 14px;
}
.input-group, .input-group-btn, .input-group-btn>.btn, .nav>li, .nav>li>a, .navbar {
    position: relative;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.btn {
    outline: 0!important;
}
.btn, .form-control {
    box-shadow: none!important;
}
.btn, .btn-group, .btn-group-vertical, .caret, .checkbox-inline, .radio-inline, img {
    vertical-align: middle;
}
[class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-] {
    display: inline-block;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}
.open>.dropdown-menu {
    display: block;
}
.btn-group>.dropdown-menu:after, .dropdown-toggle>.dropdown-menu:after, .dropdown>.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block!important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-angle-down:before {
    content: "\f107";
}
.btn-group>.dropdown-menu, .dropdown-toggle>.dropdown-menu, .dropdown>.dropdown-menu {
    margin-top: 10px;
}
.dropdown-menu {
    box-shadow: 5px 5px rgba(102,102,102,.1);
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #fff;
    margin: 10px 0 0;
    border: 1px solid #eee;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.dropdown-menu {
    top: 100%;
    font-size: 14px;
    text-align: left;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.dropdown-menu>li>a {
    padding: 8px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}